func go/types.isString

16 uses

	go/types (current package)
		builtins.go#L119: 				if t := coreString(x.typ); t != nil && isString(t) {
		builtins.go#L163: 			if isString(t) && id == _Len {
		builtins.go#L202: 					if isString(t) && id == _Len {
		builtins.go#L361: 		if src0 != nil && isString(src0) {
		conversions.go#L25: 		case isInteger(x.typ) && isString(t):
		conversions.go#L56: 			if isString(x.typ) && isBytesOrRunes(u) {
		conversions.go#L168: 	if (isInteger(Vu) || isBytesOrRunes(Vu)) && isString(Tu) {
		conversions.go#L173: 	if isString(Vu) && isBytesOrRunes(Tu) {
		expr.go#L405: 	case isString(typ):
		expr.go#L677: 			if !isString(target) {
		index.go#L55: 		if isString(typ) {
		index.go#L116: 				if isString(t) {
		index.go#L225: 		if isString(u) {
		predicates.go#L21: func isString(t Type) bool         { return isBasic(t, IsString) }
		stmt.go#L943: 		if isString(typ) {
		type.go#L75: 		if isString(u) {